bookstore-django-1 | Internal Server Error: /purchases/kakaopay_start/
bookstore-django-1 | Traceback (most recent call last):
bookstore-django-1 | File "/opt/venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner
bookstore-django-1 | response = get_response(request)
bookstore-django-1 | File "/opt/venv/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
bookstore-django-1 | response = wrapped_callback(request, *callback_args, **callback_kwargs)
bookstore-django-1 | File "/opt/venv/lib/python3.10/site-packages/django/contrib/auth/decorators.py", line 23, in _wrapper_view
bookstore-django-1 | return view_func(request, *args, **kwargs)
bookstore-django-1 | File "/app/purchases/views.py", line 190, in kakaopay_start
bookstore-django-1 | purchase.kakaopay_checkout_tid = result['tid']
bookstore-django-1 | KeyError: 'tid'